-
Couldn't load subscription status.
- Fork 124
Add 'azdev format' #358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Add 'azdev format' #358
Conversation
|
I have some questions:
|
I think it will fix ALL flake8 issues, and easy pylint issues. It won't fix something like "using private method", but it does fix things like "trailing whitespace". Black can be configured to exclude directories. I will look into reusing the pylintrc config to try and do this. https://github.com/psf/black#configuration |
release v2.6.2
Add
azdev formatto auto format code using black.This automatically fixes issues like incorrect spacing for users and reduces time spent fixing issues found from
azdev linterandazdev style.